chrpath是用来改变程序的depends lib 的搜索路径的,比如我们一般使用$ldd
application linux-vdso.so.1 => (0x00007fff89844000) libQt3Support.so.4 =>
/usr/lib/libQt3Support.so.4 (...
分类:
其他好文 时间:
2014-05-09 16:40:27
阅读次数:
230
在逆向分析Android
APK的时候,往往需要分析它的.so文件。这个.so文件就是Linux的动态链接库,只不过是在ARM-cpu下编译的。所以学习Android下的ARM指令很重要。目前,市面上的ARM-cpu基本都支持一种叫做THUMB的指令集模式。这个THUMB指令集可以看作是ARM指.....
分类:
移动开发 时间:
2014-05-05 10:18:41
阅读次数:
451
出现上述错误的原因有以下几种:1) unused
pin没有设置,可能会收到外部信号的干扰;设置未用引脚为As input tri-stated with weak
pull-up.2) 系统时钟信号没有约束,或者SDRAM等存储设备的时钟没有配置正确;3) 系统复位信号没有连接外部复位开关;4) ...
分类:
其他好文 时间:
2014-05-05 09:42:07
阅读次数:
704
elsevier 投稿时,将 .tex
文件上传到EES,总是不能够正确生成正文部分,而是一堆乱码,经过研究发现那些并非乱码,而是latex编译输出的信息。于是详细分析编译输出信息,发现提示错误“Latex
error:picins.sty not found”,于是上传“picins.sty” 包...
分类:
其他好文 时间:
2014-05-04 20:15:42
阅读次数:
360
更新步骤,网上有说,官网上也有,这里给出官网的,https://support.mozilla.org/zh-CN/kb/Flash%E6%8F%92%E4%BB%B6#w_uiiu-flash但按官网说的和其他博客说的,ff并不能正常播放视频,主要原因自己推测是没把libflashplayer.so放对位置。根据官网上的更新步骤更新后,我是更新6..
分类:
系统相关 时间:
2014-05-04 17:19:19
阅读次数:
405
A. Police RecruitsThe police department of your
city has just started its journey. Initially, they don’t have any manpower. So,
they started hiring ne...
分类:
其他好文 时间:
2014-05-04 11:22:36
阅读次数:
259
最近在学scala语言,scala代码如下:
import scala.collection.JavaConversions._
object Solution {
def solution(A: Array[Int]): Int = {
// write your code in Scala 2.10
// using quick sort to so...
分类:
其他好文 时间:
2014-05-04 09:22:37
阅读次数:
341
Vitaly has an array of n distinct integers. Vitaly wants to divide this array into three non-empty sets
so as the following conditions hold:
The product of all numbers in the first set is less ...
分类:
其他好文 时间:
2014-05-03 23:51:19
阅读次数:
621
题目描述:
Description
Furik loves math lessons very much, so he doesn't attend them, unlike Rubik. But now Furik wants to get a good mark for math. For that Ms. Ivanova, his math teacher, gave him...
分类:
其他好文 时间:
2014-05-03 16:45:31
阅读次数:
234
Ubuntu 14.04下启动模拟设备Android 4.2.2的时候报错:failed to load libgl.so先用locate 命令定位libGL库, 然后添加一个链接即可:dean@dean-Aspire-V7-481G:~$ locate libGL
/opt/android-sdk-linux/tools/lib/libGLES_CM_translator.so
/opt/and...
分类:
其他好文 时间:
2014-05-03 16:17:54
阅读次数:
483